import SwiftUI public extension Font { struct theme { static let axisLabel = Font.custom("Hiragino Mincho ProN", size: 14) static let vertexLabel = Font.custom("Hiragino Mincho ProN", size: 12) } }